home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / E-G / Externals.cpt / Externals / card_7085.txt < prev    next >
Text File  |  1989-02-26  |  817b  |  29 lines

  1. -- card: 7085 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2795
  5. -- name: MoveFile
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. XFCN
  11.  
  12. -- part contents for background part 22
  13. ----- text -----
  14. MoveFile("OldName","New folder")
  15.  
  16. -- part contents for background part 13
  17. ----- text -----
  18. ‚Ä¢¬†MoveFile("OldName","New folder"). This moves files between folders on the same volume
  19.         (it can't be used to copy files between volumes). "OldName" is a full pathname, and "New
  20.         folder" specifies the destination folder. For instance:
  21.  
  22.                 put MoveFile("HD:Telecom:session","HD:Stuff:") into err
  23.  
  24.         produces a file called "HD:Stuff:session". Note the final colon in the second argument. 
  25.          Values returned have the same meaning as in the RenameFile XFCN.
  26.  
  27.  
  28.  
  29.